ICEServers

public class ICEServers

Since

3.0.3 This class is used for storing all supplied STUN/TURN servers

Constructors

Link copied to clipboard
public void ICEServers()

Types

Link copied to clipboard
public class ICEServer

Functions

Link copied to clipboard
public void addICEServer(String URL)
Adds a ICE server with a URL string.
public void addICEServer(String URL, String username, String password)
Adds a ICE server with URL, Username and Password string.
Link copied to clipboard
Returns ice servers that user adds